home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / utility / pock51.zip / FD.BAT < prev    next >
DOS Batch File  |  1997-07-26  |  484b  |  17 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. if "%1"=="" goto usage
  4. d /IWD~[cd $w]Rv %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. goto exit
  6. :usage
  7. echo.
  8. echo Search for and enter the 1st subdir matching one of specified filespecs.
  9. echo usage: FD f1 f2 f3..
  10. echo.
  11. echo e.g. FD UTILS         find and enter the subdirectory UTILS
  12. echo      FD /T            find and enter a subdirectory created today
  13. echo      FD C: D: *WP*    find and enter a subdir matching *WP* on drives C: and D:
  14. echo.
  15. :exit
  16.  
  17.